Searched defs:mgmt_set_mode (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/plugins/
H A Dmgmtops.c169 static int mgmt_set_mode(int index, uint16_t opcode, uint8_t val) function
191 return mgmt_set_mode(index, MGMT_OP_SET_CONNECTABLE, connectable);
197 return mgmt_set_mode(index, MGMT_OP_SET_DISCOVERABLE, discoverable);
203 return mgmt_set_mode(index, MGMT_OP_SET_PAIRABLE, pairable);
773 return mgmt_set_mode(index, MGMT_OP_SET_POWERED, powered);
794 mgmt_set_mode(index, MGMT_OP_SET_SERVICE_CACHE, 1);
1823 return mgmt_set_mode(index, MGMT_OP_SET_SERVICE_CACHE, 0);

Completed in 18 milliseconds