I am developping a BLE application and I need to implement a function for discovering advertising BLE devices.
I inspired my code from the gattlib project, but i can't understand the following functions starting with "org_bluez_" such as :'org_bluez_adapter1_proxy_new_for_bus_sync' , 'org_bluez_device1_proxy_new_for_bus_sync',...
I tried to google it but i didn't find a thing that could help , so please can anyone help me understand!