/system/bt/bta/include/ |
bta_hh_api.h | 287 UINT8 idle_rate; /* GET_IDLE_EVT : idle rate */ member in union:__anon73527::__anon73528 424 extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate); 458 extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate);
|
/hardware/libhardware/include/hardware/ |
bt_hh.h | 109 typedef void (* bthh_idle_time_callback)(bt_bdaddr_t *bd_addr, bthh_status_t hh_status, int idle_rate);
|
/system/bt/bta/hh/ |
bta_hh_api.c | 236 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate) 238 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL);
|
bta_hh_act.c | 773 hs_data.rsp_data.idle_rate = *data; [all...] |
/system/bt/btif/src/ |
btif_hh.c | [all...] |