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

  /external/bluetooth/bluedroid/bta/pan/
bta_pan_main.c 336 ** Function bta_pan_scb_by_handle
344 tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle) function
404 if ((p_scb = bta_pan_scb_by_handle(p_msg->layer_specific)) != NULL)
412 if ((p_scb = bta_pan_scb_by_handle(p_msg->layer_specific)) != NULL)
bta_pan_int.h 192 extern tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle);
bta_pan_act.c 67 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
130 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
203 if((p_scb = bta_pan_scb_by_handle(handle)) == NULL)
bta_pan_ci.c 207 p_scb = bta_pan_scb_by_handle(handle);

Completed in 804 milliseconds