Searched refs:force_active (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluez/btio/ |
D | btio.c | 63 uint8_t force_active; member 379 static gboolean set_force_active(int sock, BtIOType type, uint8_t force_active, in set_force_active() argument 385 pwr.force_active = force_active; in set_force_active() 478 static gboolean get_force_active(int sock, BtIOType type, uint8_t *force_active, in get_force_active() argument 487 *force_active = pwr.force_active; in get_force_active() 544 int flushable, uint8_t force_active, GError **err) in l2cap_set() argument 585 if (!set_force_active(sock, BT_IO_L2CAP, force_active, err)) in l2cap_set() 627 uint8_t force_active, GError **err) in rfcomm_set() argument 632 if (!set_force_active(sock, BT_IO_RFCOMM, force_active, err)) in rfcomm_set() 714 opts->force_active = 1; in parse_set_opts() [all …]
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 81 uint8_t force_active; member
|