Lines Matching refs:remote_bda
373 RawAddress remote_bda; in bta_gatts_indicate_handle() local
382 &gatt_if, remote_bda, &transport)) { in bta_gatts_indicate_handle()
397 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle()
398 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle()
436 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda, in bta_gatts_open()
441 if (GATT_GetConnIdIfConnected(p_rcb->gatt_if, p_msg->api_open.remote_bda, in bta_gatts_open()
472 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda, in bta_gatts_cancel_open()
501 RawAddress remote_bda; in bta_gatts_close() local
504 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda, in bta_gatts_close()
517 bta_sys_conn_close(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_close()
547 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, in bta_gatts_send_request_cback()
557 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback()
558 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback()
614 cb_data.conn.remote_bda = bdaddr; in bta_gatts_conn_cback()
673 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, in bta_gatts_cong_cback()