Searched refs:tGAP_CLCB (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gap/
H A Dgap_ble.cc45 } tGAP_CLCB; typedef in namespace:__anon988
73 std::vector<tGAP_CLCB> gap_clcbs;
79 tGAP_CLCB* find_clcb_by_bd_addr(const RawAddress& bda) {
87 tGAP_CLCB* ble_find_clcb_by_conn_id(uint16_t conn_id) {
95 tGAP_CLCB* clcb_alloc(const RawAddress& bda) {
97 tGAP_CLCB& cb = gap_clcbs.back();
103 void clcb_dealloc(tGAP_CLCB& clcb) {
237 bool send_cl_read_request(tGAP_CLCB& clcb) {
263 void cl_op_cmpl(tGAP_CLCB& clcb, bool status, uint16_t len, uint8_t* p_name) {
290 tGAP_CLCB* p_clc
[all...]

Completed in 24 milliseconds