HomeSort by relevance Sort by last modified time
    Searched refs:l2cu_find_ble_rcb_by_psm (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/l2cap/
l2c_api.cc 364 p_rcb = l2cu_find_ble_rcb_by_psm(vpsm);
373 p_rcb = l2cu_find_ble_rcb_by_psm(vpsm);
402 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm);
455 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm);
    [all...]
l2c_int.h 700 extern tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm);
    [all...]
l2c_ble.cc 671 p_rcb = l2cu_find_ble_rcb_by_psm(con_info.psm);
    [all...]
l2c_utils.cc 1809 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm) { function
    [all...]

Completed in 53 milliseconds